home *** CD-ROM | disk | FTP | other *** search
/ The Mac 13 / the-mac-13.iso / On The Rom / 100 Best Mac CD-ROMs Selection / The Treasure Hunt / SHARED.Dxr / 00986_helpbutton.ls < prev    next >
Encoding:
Text File  |  1994-09-16  |  334 b   |  17 lines

  1. on mouseUp
  2.   global captain, menuclick
  3.   if captain then
  4.     set menuclick to the clickOn
  5.     puppetSound("help")
  6.     updateStage()
  7.     repeat while the soundBusy of 1 and the mouseUp
  8.       nothing()
  9.     end repeat
  10.     puppetSound(0)
  11.     updateStage()
  12.     if the clickOn = menuclick then
  13.       dontPassEvent()
  14.     end if
  15.   end if
  16. end
  17.